div.SquarePromoNoTitle2 { background: rgba(0, 0, 0, 0.7); overflow: hidden; margin-bottom: 20px; }
div.SquarePromoNoTitle2 > div { color: #fff; padding: 25px; text-align: center; }
div.SquarePromoNoTitle2 h1 { color: #fff; font-size: 24px; font-weight: 700; text-align: center; text-transform: uppercase; }
div.SquarePromoNoTitle2 hr { background-color: #fff; border: none; height: 2px; margin-left: auto; margin-right: auto; width: 30%; }
div.SquarePromoNoTitle2 p { color:#fff; margin: auto; text-align: center; }
div.SquarePromoNoTitle2 p:last-child { margin-bottom: 0; }
div.SquarePromoNoTitle2 a, div.SquarePromoNoTitle2 a:link { color: #fff; display: inline-block; font-weight: 600; margin-top: 5px; position: relative; }
div.SquarePromoNoTitle2 p a::before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 5px;
    position: absolute;
    left: -15px;
    text-decoration: none;
}